www.gusucode.com > 网域标准通用企业自助建站系统正式版 2009 > 网域标准通用企业自助建站系统正式版 2009.18/网域公司企业网站管理系统ACCESS和SQL正式版/网域公司企业网站管理系统SQL正式版/Count/stat_addkey.asp

    <!--#include file="inc_config.asp"-->
<!--#include file="inc_stat_functions.asp"-->
<!--#include file="inc_conn.asp"-->
<%
KeyWord=Request("keyword")

if KeyWord<> "" then
	if Request("isbigsite") <> "0" then
	  SaveBig 2,KeyWord
	else
	  saveop 2,KeyWord,Request("urlstr")
	end if
end if
%>